feat: Emily avatar + Hermes Remote health check in info panel - #56
Merged
Conversation
- Crop transparent-background avatar from user-provided image - Show avatar next to Emily's name in agent messages - Show avatar in 'Emily is thinking...' loading indicator - Show avatar on login screen below EcoSeek logo - Multiple sizes: 48px, 96px, 200px + full-size for public/
- Split Connection section into Emily Local + Hermes Remote + Auth - Poll hermes.ecoseek.org/health every 15s - Show platform info when remote is connected - Export HERMES_REMOTE_URL for future use
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
Contributor
Test Results — PR #56 (Emily Avatar + Hermes Remote Health Check)6/7 tests passed, 1 failed (CORS bug) Devin Session | Tested via Docker containers + Playwright CDP auth bypass Avatar + Info Panel Tests (6 passed)
🔴 CORS Bug — Hermes Remote Health Check (1 failed)
Result: "Hermes Remote" section always shows Disconnected (red) even though Fix options:
Testing Methodology
Notes
|
This was referenced May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two features in one PR:
1. Emily Avatar
Adds the user-provided Emily character image (ecological scientist in green lab coat) to the frontend:
2. Hermes Remote Health Check
Adds real-time connectivity monitoring to hermes.ecoseek.org (reumanlab) in the info panel:
https://hermes.ecoseek.org/healthevery 15 secondsThis makes it easy to verify at a glance that both the local Emily agent and the remote Hermes Beta are running.
Review & Testing Checklist for Human
docker stop emily-local ecoseek-frontend && docker rm emily-local ecoseek-frontend && docker rmi ecoseek-frontend && git pull && DEEPSEEK_API_KEY=sk-... bash emily-start.shNotes
REACT_APP_HERMES_REMOTE_URLenv var, defaulting tohttps://hermes.ecoseek.orgLink to Devin session: https://app.devin.ai/sessions/6e7495b7d2e2416ba3f9626d6dcb9a2e
Requested by: @alrobles